home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / infoend.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  2KB  |  64 lines

  1. #if !defined(AFX_INFOEND_H__B057B1C2_A192_11D2_A2B1_0000E84E7CA1__INCLUDED_)
  2. #define AFX_INFOEND_H__B057B1C2_A192_11D2_A2B1_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // infoend.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // Cinfoend dialog
  12.  
  13. class Cinfoend : public CPropertyPage
  14. {
  15. public:
  16.     Cinfoend();           // protected constructor used by dynamic creation
  17.     ~Cinfoend();           // protected constructor used by dynamic creation
  18.   DECLARE_DYNCREATE(Cinfoend)
  19.     // Construction
  20. public:
  21.     //Cinfoend(CWnd* pParent = NULL);   // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(Cinfoend)
  25.     enum { IDD = IDD_fin };
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(Cinfoend)
  32.     public:
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.   char* GetTip(int id);
  40.   void OnHelpInfo2();
  41.   void OnBye();
  42.   int tm;
  43.  
  44.     // Generated message map functions
  45.     //{{AFX_MSG(Cinfoend)
  46.     virtual BOOL OnInitDialog();
  47.     afx_msg void Onlog();
  48.     afx_msg void Onbrowse();
  49.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  50.     afx_msg void OnTimer(UINT nIDEvent);
  51.     afx_msg void OnDestroy();
  52.     //}}AFX_MSG
  53.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  54.   virtual BOOL OnSetActive( );
  55.   virtual BOOL OnWizardFinish( );
  56.     DECLARE_MESSAGE_MAP()
  57.   BOOL OnQueryCancel( );
  58. };
  59.  
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  62.  
  63. #endif // !defined(AFX_INFOEND_H__B057B1C2_A192_11D2_A2B1_0000E84E7CA1__INCLUDED_)
  64.